summaryrefslogtreecommitdiffstats
path: root/gui/terminal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/terminal.cpp')
-rwxr-xr-x[-rw-r--r--]gui/terminal.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/terminal.cpp b/gui/terminal.cpp
index b1799ce63..a4fed9104 100644..100755
--- a/gui/terminal.cpp
+++ b/gui/terminal.cpp
@@ -530,7 +530,11 @@ private:
switch (ch)
{
case 7: // BEL
+
+#ifndef TW_NO_HAPTICS
DataManager::Vibrate("tw_button_vibrate");
+#endif
+
break;
case 8: // BS
left();